RecordingListener

interface RecordingListener

RecordingListener. Recording-related events will be called through this listener.

Since

1.3.0

Functions

onRecordingFailed
Link copied to clipboard
abstract fun onRecordingFailed(call: DirectCall, recordingId: String, e: SendBirdException)

Notifies that a recording session has not been saved. This receives information about the recording through the following parameters.

onRecordingSucceeded
Link copied to clipboard
abstract fun onRecordingSucceeded(call: DirectCall, recordingId: String, recordingOptions: RecordingOptions, outputFilePath: String)

Notifies that a recording session has been saved successfully. This receives information about the recording through the following parameters.